home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_e / evolmf3.zip / INPUT < prev    next >
Text File  |  1989-10-15  |  528b  |  38 lines

  1.  
  2. type "female"
  3. {
  4.     symbol : 12  
  5.     color : (light_red , dark_grey, normal, underline)
  6.     dormancy :     5
  7.     lifespan :   120
  8.     speed :   1
  9. }
  10.  
  11. type "male "
  12. {
  13.     symbol : 11  
  14.     color : (light_blue , dark_grey, normal, underline)
  15.     dormancy :     5
  16.     lifespan :   120
  17.     speed :   1
  18. }
  19.  
  20.  
  21. mate ( "male ", "female")
  22. {
  23.     courtship : (    2 ,  80)
  24.     rearing : (  10 ,   10)
  25.     offspring : ( 70 ,  20,  10)
  26.     distribution : (
  27.         "female",  50,
  28.         "male ", 50
  29.         )
  30. }
  31.  
  32. population
  33. {
  34.     "female"  :    50
  35.     "male "  :   200
  36.  
  37. }
  38.